Technote Number: 1232108
Problem:
This issue has been reported to Quality Engineering as SPR# LMAN6CXKXG, and is
fixed in Notes 6.5.6.
Excerpt from the Lotus Notes and Domino Release 6.5.6 MR fix list (available at
http://www.ibm.com/developerworks/lotus):
Design
SPR# LMAN6CXKXG - Fixed the @Contains function to work with the DBCS string.
This regression was introduced in 6.5.5.
Supporting Information:
Steps to reproduce issue:
This problem is easily reproducible by executing the following formula.
result:=@Contains("Müller";@NewLine);
@If(result;@Prompt([Ok];"TRUE";"TRUE");@Prompt([Ok];"FALSE";"FALSE"))
Run the agent in Notes 6.5.4. Result : FALSE (correct)
Run the agent in Notes 6.5.5. Result : TRUE (incorrect) More >
|  |
|
|
|
|